delete

Remove a user from an organisation

lock
{{protocol}}://{{url}}/{{version}}/organisations/:_key/members

Remove a user from the usergroup.

Authenticated. Permissions: a on the usergoup.

Authentication

Authentication inherited from the collection: Bearer .

Parameters

Name Type Value
_key path domain

Body

          {
  "userKey": "{{meKey}}"
}